home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 3 / Gold Medal Software - Volume 3 (Gold Medal) (1994).iso / bbsutils / bgfax120.arj / HELPME.ARJ / D'BR-USR.TXT < prev    next >
Text File  |  1994-03-24  |  5KB  |  130 lines

  1. --------------------------------------------------------------------------
  2. Setup hints for using BGFAX with the USR 21.6K/D'Bridge           03-20-94
  3. Paul Urmston
  4. FidoNet 2:253/151
  5. ------------------------------------------------------------------------
  6.  
  7. D'Bridge, BGFAX, and USR 21k6 FAX Modem
  8. ---------------------------------------
  9.  
  10. Here are quite a LOT of words on how I've got my system running with
  11. BGFAX, D'Bridge v1.54 and a USR DS FAX 21K6 V32-Turbo. I run this on
  12. the BBS node 1, on an IBM PS/2 model 80, with the USR modem on COM2,
  13. the BGFAX level I'm using is v1.10.  I've also tested with a new
  14. D'Bridge beta 2108, which may turn out to be the next D'Bridge release.
  15.  
  16. The following describes how my set up is working and some ideas of what
  17. you should do. The D'Bridge modem configuration file (MCF) file needs to be
  18. changed, and you need to enter some commands on the External Receivers line
  19. within the SECURITY/MISCELLANEOUS menu in the D'Bridge configuration
  20. screens.
  21.  
  22. In the EXTERNAL RECIEVERS I have.....
  23.  
  24. +FCO|E:\BGFAX\BGFAX /FCO E:\BGFAX 2 Q /NF
  25.  
  26. The +FCO before the pipe is what my USR Modem reports when it answers a
  27. FAX call, after the pipe (|) is the command line for the BGFAX reciever.
  28. The 2 is for COM2 the Q is to tell BGFAX to receive the FAX in
  29. Quick Link II format and the /NF is the FAX notify program that is
  30. now included with BGFAX (see the BGFAX docs for details).
  31. This is the fastest way to load BGFAX if you have enough extra RAM.
  32.  
  33. Another option is after the PIPE symbol, you could specify a batch file
  34. to call BGFAX, e.g. +FCO|FAX.BAT
  35.  
  36. If there is not enough over head ram, you could try swapping D'Bridge
  37. out by placing a "+" sign in front of the command line, +FCO|+FAX.BAT
  38. Note the Plus (+) is AFTER the pipe!! The plus (+) on the +FCO word is
  39. purely part of the modem response to a FAX connect. You could also drop
  40. D'Bridge and exit with an errorlevel, +FCO|*X200 (200 errorlevel)
  41.  
  42.  
  43. Now to the MCF file!!!
  44.  
  45. Some of the commands in this may be a bit over the top, but I spent a
  46. couple of days playing with various options. Because of the limit
  47. on the number of characters you can send to the modem in any one string
  48. I think this combination is the safest and seems to work every time.
  49.  
  50. MCF USDSTRBO USR DS FAX 21.6k V32bTurbo 115200
  51. SWITCH 1 0UUDUDUUDUU
  52. BAUD 115200
  53. LOCKED
  54. DELAY 20
  55. TIMEOUT 60
  56. PREINIT AT
  57. INIT ATZ
  58. INIT ATH0&I0+FCLASS=2.0
  59. INIT AT+FLI="Your Number"
  60. INIT AT+FNR=1,1,1;+FAA=1;+FCR=1
  61. OFFHOOK AT+FCLASS=0M0H1
  62. ANSWER AT+FAA=1;A
  63. DIAL 300 AT+FCLASS=0&N1&M0D
  64. DIAL 1200 AT+FCLASS=0&N2&M0D
  65. DIAL 2400 AT+FCLASS=0D
  66. DIAL 4800 AT+FCLASS=0D
  67. DIAL 9600 AT+FCLASS=0D
  68. DIAL 19200 AT+FCLASS=0D
  69.  
  70. ..... the rest is the standard relevant USR standard MCF file
  71.  
  72. Here are some notes on the above configuration to explain some of the
  73. logic I used! The semicolons (;) may be excluded from the initialisation
  74. strings, I read somewhere they should be included to separate FAX
  75. commands when modem are in FAX mode, so I've included them.
  76.  
  77. You don't need the PREINIT but I've put it in for completeness.
  78. The first INIT ATZ, just ensures that whatever your normal modem
  79. config was, it is first restored before we set FAX mode with the MCF.
  80. This is just in case you play with other FAX software that alters the
  81. modem config other than the FAX changes we do in this MCF file!
  82.  
  83. The second INIT ATH0&I0+FCLASS=2.0, ensures that you put the modem
  84. back ON hook and you initialise FAX Class 2.0. The &I0 is for
  85. completeness, because if any FAX software puts the USR modem into
  86. FAX Class 1 mode, &I2 is left initialised. If you have &I0 in your
  87. saved ATZ config then you can exclude the &I0 from this line.
  88.  
  89. The INIT AT+FLI="Your Number" just sets your FAX ID number.
  90. Note, the +FLI= command is the Class 2.0 version of Class 2 +FLID.
  91.  
  92. In the next INIT, the AT+FNR=1,1,1 sets the modem to report the
  93. inbound FAX itentity, the +FAA=1 sets the modem to answer in call
  94. selection mode so it will automatically differentiate between FAX
  95. and data calls. The +FCR=1 set the modem to receive mode, I've heard
  96. comments about some modems forgetting this command if another modem
  97. FAX command is issued so I put this at the end of that command string.
  98.  
  99. The OFFHOOK AT+FCLASS=0M0H1 sets the Modem back to normal DATA mode
  100. when D'Bridge is in off-line mode, it obviously takes the modem off
  101. hook and sets the speaker OFF.
  102.  
  103. The ANSWER AT+FAA=1;A tells the modem to answer in automatic selection
  104. mode! For some reason even though this is in a previous INIT string
  105. I had to put this in the ANSWER line for it to answer correctly.
  106.  
  107. Note that the DIAL commands have +FCLASS=0 in them to set the modem
  108. to dial out in normal data mode. The INIT strings set it back to
  109. FAX mode when D'Bridge is waiting in receive mode after any dialing
  110. out activity is completed.
  111.  
  112. If you have SPECIFIC DIAL numbers set in the COMMUNICATION PARAMETERS
  113. menu then you will need to set those with a +FCLASS=0 as well.
  114.  
  115. The port is locked at 115200, and I use X00.SYS with the following
  116. command in CONFIG.SYS to do that.
  117.  
  118. DEVICE=C:\X00\X00.SYS E 2 B,0,115200 B,1,115200 F=15 R=2048 T=1024
  119.  
  120. Hope that helps, if it's not all absolutely technically correct then
  121. I apologise, but I spent two days playing with configurations and
  122. options and it works great on my system so I thought I'd pass it on!
  123.  
  124. Cheers
  125.  
  126. Paul Urmston
  127.  
  128. SysOp The Music Studio UK and ThinkSoft Europe
  129. FidoNet 2:253/151 and 2:253/101
  130.